This function returns the level index for a given level specified by name.
Result = EOS_PT_LEVELINDX( pointID, levelname)
Returns the level index if successful and FAIL (–1) otherwise.
Point id (long) returned by EOS_PT_CREATE or EOS_PT_ATTACH.
Level Name (string).
None
In this example, we return the level index of the Observations level in the multilevel point structure defined in EOS_PT_DEFLEVEL:
levindx = EOS_PT_LEVELINDEX(pointID2, "Observations")
5.2 |
Introduced |